JsFunctionCallback

public interface JsFunctionCallback

Represents a Java function that can be invoked from JavaScript.

Since

7.1

Inheritors

Functions

Link copied to clipboard
public abstract Object invoke(Array<Object> args)
Invoked when the corresponding function is called on the JavaScript side.